The type of the vertex.
The expected count.
The current array.
GetVertexArray<TVertex>(Int32,TVertex[]) Method
Creates a new array if expected count does not equal current array count, or current array is null. Returns true if the array is recreated
Syntax
public static bool GetVertexArray<TVertex>( 
   int expectedCount,
   ref TVertex[] currentArray
)

Parameters

expectedCount
The expected count.
currentArray
The current array.

Type Parameters

TVertex
The type of the vertex.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also